Don't call exit.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 21 Dec 2003 19:16:30 +0000 (19:16 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 21 Dec 2003 19:16:30 +0000 (19:16 +0000)
gpsbabel/psitrex.c

index 090570d10e7149b0fd8a0a1e424ad8f9da4f2c79..a71527ed8ea33383915b498252b281a55c8d25e4 100755 (executable)
@@ -196,7 +196,6 @@ psit_wr_init(const char *fname)
        psit_file_out = fopen(fname, "w");
        if (psit_file_out == NULL) {
                fatal(MYNAME ": '%s' for writing\n", fname);
-               exit(1);
        }
 }